ONNXModels

object ONNXModels

Models in the ONNX format and running via ONNX Runtime.

Types

CV
Link copied to clipboard
sealed class CV : OnnxModelType<ImageRecognitionModel>

Image recognition models and preprocessing.

FaceAlignment
Link copied to clipboard
sealed class FaceAlignment<U : InferenceModel> : OnnxModelType<U>

Face alignment models and preprocessing.

FaceDetection
Link copied to clipboard
sealed class FaceDetection : OnnxModelType<FaceDetectionModel>

Face detection models

ObjectDetection
Link copied to clipboard
sealed class ObjectDetection<U : InferenceModel> : OnnxModelType<U>

Object detection models and preprocessing.

PoseDetection
Link copied to clipboard
sealed class PoseDetection<U : InferenceModel> : OnnxModelType<U>

Pose detection models.